@charset "utf-8";
/* CSS Document */

body{
    -webkit-transition: all .3s ease .2s;
    -moz-transition: all .3s ease .2s;
    -ms-transition: all .3s ease .2s;
    -o-transition: all .3s ease .2s;
    transition: all .3s ease .2s;
    position: relative;
    right: 0px;
    padding-top: 84px;
    overflow: hidden;
}

body.open{
	right: 240px;
}

.header{
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	width: 100%;
	padding: 16px 0;
	-moz-box-shadow: 0px 0px 37px #ccc;
	-webkit-box-shadow: 0px 0px 37px #ccc;
	box-shadow: 0px 0px 37px #ccc;
	-webkit-transition: all .3s ease .2s;
    -moz-transition: all .3s ease .2s;
    -ms-transition: all .3s ease .2s;
    -o-transition: all .3s ease .2s;
    transition: all .3s ease .2s;
    background: #fff;
}

body.open .header{
	right: 240px;
	z-index: 999;
}

.header .logo{
	float: left;
	margin-left: 15px;
}

.header .logo a,
.header .logo a img{
	display: block;
	width: 177px;
	height: 52px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.header .nav{
	float: right;
}

.header .nav-pc{
	float: right;
}

.header .nav-pc li{
	float: left;
	padding: 10px 0;
	margin-left: 12px;
}

.header .nav-pc li a{
	display: block;
	height: 32px;
	line-height: 31px;
	padding: 0 20px;
	font-size: 16px;
	color: #575656;
}

.header .nav-pc li a:hover,
.header .nav-pc li.cur a,
.header .nav-pc li.hov a{
	color: #3b8fe3;
	/*background: #3b8fe3;*/
}

.header .nav .nav-moblie-btn{
	position: relative;
	float: right;
	margin-right: 15px;
	top: 15px;
	width: 28px;
    height: 22px;
    cursor: pointer;
    display: none;
}

.header .nav .nav-moblie-btn span.icon{
	width: 28px;
    height: 4px;
    background: #205bab;
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    margin: 0px 0px 0px -14px;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
}

.header .nav .nav-moblie-btn span.icon2{
    top: 9px;
}

.header .nav .nav-moblie-btn span.icon3{
    top: 18px;
}

.nav-moblie-zhezhao{
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: url(/Public/Home/img/common-img/close-icon.ico) 16 16, default;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

body.open .nav-moblie-zhezhao{
	z-index: 666;
	opacity: 0.4;
    filter: alpha(opacity=40);
}

.header .nav .nav-moblie{
	position: fixed;
	z-index: 999;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #205bab;
    zoom: 1;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: perspective(600px) rotateY(90deg);
    -moz-transform: perspective(600px) rotateY(90deg);
    -ms-transform: perspective(600px) rotateY(90deg);
    transform: perspective(600px) rotateY(90deg);
    -webkit-transform-origin: left center 0;
    -moz-transform-origin: left center 0;
    -ms-transform-origin: left center 0;
    transform-origin: left center 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .3s ease .2s;
    -moz-transition: all .3s ease .2s;
    -ms-transition: all .3s ease .2s;
    transition: all .3s ease .2s;
}

.open .header .nav .nav-moblie {
    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    -ms-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
    width: 240px;
}

.header .nav .nav-moblie li a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	padding: 0 30px;
}

.header .nav .nav-moblie li a:hover,
.header .nav .nav-moblie li.cur a{
	background: #0a408a;
}

/*  header  */



.footer .contact{
	background: #00399a;
	color: #b8c0da;
	font-size: 14px;
	padding: 64px 0 36px;
	text-align: center;
}

.footer .contact a{
	color: #b8c0da;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.footer .contact a:hover{
	color: #fff;
}

.footer .contact .box{
	display: inline-block;
	width: 380px;
	text-align: left;
	vertical-align: top;
	margin-bottom: 16px;
}

.footer .contact .box1{
	margin-right: 20%;
}

.footer .contact .box2{
	position: relative;
	top: -4px;
}

.footer .contact dt{
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 14px;
}

.footer .contact dd,
.footer .contact li{
	line-height: 21px;
}

.footer .contact table{
	margin: 0 auto;
}

.footer .banquan{
	background: #001c4d;
	font-size: 14px;
	color: #b8bbc5;
	line-height: 20px;
	padding: 24px 16px;
	text-align: center;
}

.footer .contactType1{
	padding: 8px 0 16px;
	display: none;
}

.footer .contactType2{
	padding-top: 8px;
}

.footer .contactType a{
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	margin-right: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.footer .contactType a.qq{
	background-image: url(/Public/Home/img/common-img/qq.png);
}

.footer .contactType a.weixin{
	background-image: url(/Public/Home/img/common-img/weixin.png);
}

.footer .contactType a.weibo{
	background-image: url(/Public/Home/img/common-img/weibo.png);
}

.footer .contactType a:hover{
	background-color: #73a4e6;
}

/*  footer  */

.nav-pc-list{
	position: absolute;
	width: 100%;
	top: 100%;
	background: url(/Public/Home/img/commob-img/blue.png) repeat;
    background: none rgba(33,91,171,0.9);
    display: none;
}

.nav-pc-list .box{
	position: relative;
	float: right;
    right: -9px;
	border-right: 1px solid #3c79cd;
}

.nav-pc-list .box .item{
	position: relative;
	float: left;
	width: 104px;
	height: 156px;
	overflow: hidden;
	padding: 24px 6px;
	border-left: 1px solid #3c79cd;
	text-align: center;
}

.nav-pc-list ul{
	position: relative;
	z-index: 2;
}

.nav-pc-list ul li a{
    /*margin: 0px 0px 0px 22px;*/
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.nav-pc-list ul li a:hover{
	color: #252525;
}

.nav-pc-list .item span.bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0092dc;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.nav-pc-list .box .hov span.bg{
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.header .nav .nav-moblie .nav-moblie-list{
	display: none;
}

.header .nav .nav-moblie .nav-moblie-list li a{
	color: #8d8d8d;
    background: #eff2f3;
    border-top: 1px solid #e3e2e2;
}


.small-banner-text{
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.small-banner-text .text{
	padding: 105px 0 115px;
}

.small-banner-text .text .p1{
	font-size: 22px;
	color: #fff;
	margin-bottom: 8px;
}

.small-banner-text .text .p2{
	position: relative;
}

.small-banner-text .text .p2 strong{
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	color: #FFFFFF;
	padding-bottom: 20px;
}

.small-banner-text .text .p2 span.line{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 6px;
	background: #fff;
}

.nav-type{
	background: #e5e5e5;
}

.nav-type ul{
	font-size: 0;
    -webkit-text-size-adjust:none;
}

.nav-type ul li{
	display: inline-block;
	background: #2c64b1;
	width: 16%;
}

.nav-type ul li.nav-type-title{
	display: none;
}

.nav-type ul li.nav-type-title a{
	background: #2c64b1 !important;
	color: #fff !important;
}

.nav-type ul li.nav-type-title i{
	display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 10px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.nav-type ul li a{
	display: block;
	color: #fff;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.nav-type ul li a:hover,
.nav-type ul li.cur a{
	background: #fff;
	color: #838383;
}

.fenxiang{
	padding: 64px 0 36px;
	border-bottom: 1px solid #e5e5e5;
}

.bshare-custom .bshare-more{
	font-size: 12px !important;
	font-weight: normal !important;
	color: #9b9999 !important;
}

.bshare-custom.icon-medium-plus, .bshare-custom.icon-large {
    line-height: 32px !important;
}

.bshare-custom.icon-medium-plus .bshare-qqmb,
.bshare-custom.icon-medium-plus .bshare-qzone,
.bshare-custom.icon-medium-plus .bshare-qqim,
.bshare-custom.icon-medium-plus .bshare-sinaminiblog,
.bshare-custom.icon-medium-plus .bshare-weixin{
	background-image: url(/Public/Home/img/main-img/share.png) !important;
	background-repeat: no-repeat !important;
}

.bshare-custom.icon-medium-plus .bshare-qqmb{
	background-position: 0 0 !important;
}

.bshare-custom.icon-medium-plus .bshare-qzone{
	background-position: 0 -41px !important;
}

.bshare-custom.icon-medium-plus .bshare-qqim{
	background-position: 0 -82px !important;
}

.bshare-custom.icon-medium-plus .bshare-sinaminiblog{
	background-position: 0 -123px !important;
}

.bshare-custom.icon-medium-plus .bshare-weixin{
	background-position: 0 -164px !important;
}

.fanye{
	padding: 36px 0 0;
}

.fanye p{
	margin-bottom: 14px;
}

.fanye p a{
	font-size: 14px;
}

.fanye p span{
	color: #7f7f7f;
	padding-left: 16px;
	font-size: 12px;
}

.fanye p a:hover{
	color: #00399a;
}

.col-3-item-box{
	width: 102%;
}

.col-3-item{
	font-size: 0;
    -webkit-text-size-adjust:none;
    /*width: 102%;*/
}

.col-3-item li{
	display: inline-block;
	width: 31.5%;
	margin-right: 1.7%;	
	margin-bottom: 3%;
}

.col-3-item li a.box{
	display: block;
	-webkit-box-shadow: 5px 8.66px 43px 0px rgba(0, 0, 0, 0.082);
	-moz-box-shadow: 5px 8.66px 43px 0px rgba(0, 0, 0, 0.082);
	box-shadow: 5px 8.66px 43px 0px rgba(0, 0, 0, 0.082);
}

.col-3-item li a.box .img{
	position: relative;
}

.col-3-item li a.box .img img{
	display: block;
	width: 100%;
	height: auto;
}

.col-3-item li a.box .img .zhezhao{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #3d94e3;
	background-color: rgba(61,148,227,0.8);
	background-image: url(/Public/Home/img/main-img/add.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-ms-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	opacity:0;
	filter:alpha(opacity=0);
	visibility: hidden;
}

.col-3-item li a.box .text{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #7c7b7b;
	text-align: center;
	font-size: 18px;
	line-height: 56px;
}

.col-3-item li a.box:hover .text{
	color: #3d94e3;
}

.col-3-item li a.box:hover .img .zhezhao{
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	transform: rotateX(0);
	opacity:1;
	filter:alpha(opacity=100);
	visibility: visible;
}

.case-list{
	padding: 48px 0 24px;
}








































































































































































































































































































































































